home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 023a / fm40.zip / FMWRD.HLP < prev    next >
Text File  |  1991-10-05  |  3KB  |  70 lines

  1. ************************ Word Processing Features Help ***********************
  2.  
  3. This special form is used for defining justification, word wrap, read only,
  4. and look-up definitions for fields.
  5.  
  6. Fields can be defined to right, left, or center justify.
  7.  
  8. Turning on word wrapping for a field is done by specifying the next field
  9. wrapping is to take place to.  For instance, field 1 may wrap to field 2, 2 to
  10. 3, etc.
  11.  
  12. Read only fields are useful for information that is loaded from a file or
  13. database which is to be displayed but not modified.  The first field of this
  14. special form shows the name of the form you are editing.  It is a read only
  15. field and you are not allowed to modify it.
  16.  
  17. The look-up facility of Form Master is a convenient and powerful way to fill
  18. in many fields in your form at once.  Information to fill contents of fields
  19. is looked up from reference files called look-up files.  Rules for the content
  20. and naming of look-up files are in the Form Master documentation.  Three
  21. different look up files may be defined for your form.  A field can use any one
  22. of the three as you specify on this form.  Field look-ups require the user to
  23. press F4 (unless re-defined) or Alt-F to perform.
  24.  
  25. Fields are specified by their number.  They are numbered in order beginning
  26. with 1.  Use F6 to display all the fields in order with their number, row,
  27. column, and size.  (F6 has been re-defined on this form to display the file
  28. FIELDS.LST.)
  29.  
  30. Rules:
  31.  
  32. There are 5 columns of fields on this special form.  List the field number of
  33. those fields you want to operate on in the first column.  If you want a
  34. particular field to right, left, or center justify, place an "R", "L", or "C"
  35. in the second column.  If you want a field to word wrap to another field,
  36. place the number of the "wrap-to" field in the third column.  If you want a
  37. field to be "read only", place a "Y" in the fourth field.  If you want a field
  38. to be used for field look-ups, place a "1", "2", or "3" in the fifth field,
  39. depending on which look-up file to use.
  40.  
  41. Example:
  42.  
  43. You want fields 1 through 3 to word wrap, field 4 to be read only, field 5 to
  44. right justify, and field 6 to have look-up capability from look-up file number
  45. 1.  Enter the fields as follows:
  46.       Field   Just   Wrap to   R/O   Look-up
  47.       -----   ----    -----    ---    -----
  48.     1               2
  49.     2               3
  50.     4                       Y
  51.     5       R
  52.     6                               1
  53.  
  54. Notes:
  55.  
  56. Avoid fields having the following combinations of features as the results will
  57. probably not be desirable:
  58.     o  justify with word wrap, read only, or look-up
  59.     o  word wrap with read only
  60.  
  61. If your form is edited in such a way that fields are added, removed, or their
  62. ordering is changed, you must make corresponding changes here to account for
  63. the changes in the field numbers.  Otherwise, these features may not work
  64. properly.
  65.  
  66. All field entries on this special form are checked when returning to the Form
  67. Master main menu.  Invalid entries will be shown on the display and replaced
  68. with defaults.
  69.  
  70.